Click or drag to resize

DirectoryEntryList Class

Description of DirectoryEntryList.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListDirectoryEntry
    Independentsoft.IO.StructuredStorageDirectoryEntryList

Namespace:  Independentsoft.IO.StructuredStorage
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class DirectoryEntryList : List<DirectoryEntry>

The DirectoryEntryList type exposes the following members.

Constructors
  NameDescription
Public methodDirectoryEntryList
Initializes a new instance of the DirectoryEntryList class
Top
Properties
  NameDescription
Public propertyCapacity (Inherited from ListDirectoryEntry.)
Public propertyCount (Inherited from ListDirectoryEntry.)
Public propertyItemInt32 (Inherited from ListDirectoryEntry.)
Public propertyItemString
Gets the DirectoryEntry with the specified name.
Top
Methods
  NameDescription
Public methodAdd (Inherited from ListDirectoryEntry.)
Public methodAddRange (Inherited from ListDirectoryEntry.)
Public methodAsReadOnly (Inherited from ListDirectoryEntry.)
Public methodBinarySearch(T) (Inherited from ListDirectoryEntry.)
Public methodBinarySearch(T, IComparerT) (Inherited from ListDirectoryEntry.)
Public methodBinarySearch(Int32, Int32, T, IComparerT) (Inherited from ListDirectoryEntry.)
Public methodClear (Inherited from ListDirectoryEntry.)
Public methodContains (Inherited from ListDirectoryEntry.)
Public methodConvertAllTOutput (Inherited from ListDirectoryEntry.)
Public methodCopyTo(T) (Inherited from ListDirectoryEntry.)
Public methodCopyTo(T, Int32) (Inherited from ListDirectoryEntry.)
Public methodCopyTo(Int32, T, Int32, Int32) (Inherited from ListDirectoryEntry.)
Public methodEquals (Inherited from Object.)
Public methodExists (Inherited from ListDirectoryEntry.)
Protected methodFinalize (Inherited from Object.)
Public methodFind (Inherited from ListDirectoryEntry.)
Public methodFindAll (Inherited from ListDirectoryEntry.)
Public methodFindIndex(PredicateT) (Inherited from ListDirectoryEntry.)
Public methodFindIndex(Int32, PredicateT) (Inherited from ListDirectoryEntry.)
Public methodFindIndex(Int32, Int32, PredicateT) (Inherited from ListDirectoryEntry.)
Public methodFindLast (Inherited from ListDirectoryEntry.)
Public methodFindLastIndex(PredicateT) (Inherited from ListDirectoryEntry.)
Public methodFindLastIndex(Int32, PredicateT) (Inherited from ListDirectoryEntry.)
Public methodFindLastIndex(Int32, Int32, PredicateT) (Inherited from ListDirectoryEntry.)
Public methodForEach (Inherited from ListDirectoryEntry.)
Public methodGetEnumerator (Inherited from ListDirectoryEntry.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetRange (Inherited from ListDirectoryEntry.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf(T) (Inherited from ListDirectoryEntry.)
Public methodIndexOf(T, Int32) (Inherited from ListDirectoryEntry.)
Public methodIndexOf(T, Int32, Int32) (Inherited from ListDirectoryEntry.)
Public methodInsert (Inherited from ListDirectoryEntry.)
Public methodInsertRange (Inherited from ListDirectoryEntry.)
Public methodLastIndexOf(T) (Inherited from ListDirectoryEntry.)
Public methodLastIndexOf(T, Int32) (Inherited from ListDirectoryEntry.)
Public methodLastIndexOf(T, Int32, Int32) (Inherited from ListDirectoryEntry.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove (Inherited from ListDirectoryEntry.)
Public methodRemoveAll (Inherited from ListDirectoryEntry.)
Public methodRemoveAt (Inherited from ListDirectoryEntry.)
Public methodRemoveRange (Inherited from ListDirectoryEntry.)
Public methodReverse (Inherited from ListDirectoryEntry.)
Public methodReverse(Int32, Int32) (Inherited from ListDirectoryEntry.)
Public methodSort (Inherited from ListDirectoryEntry.)
Public methodSort(IComparerT) (Inherited from ListDirectoryEntry.)
Public methodSort(ComparisonT) (Inherited from ListDirectoryEntry.)
Public methodSort(Int32, Int32, IComparerT) (Inherited from ListDirectoryEntry.)
Public methodToArray (Inherited from ListDirectoryEntry.)
Public methodToString (Inherited from Object.)
Public methodTrimExcess (Inherited from ListDirectoryEntry.)
Public methodTrueForAll (Inherited from ListDirectoryEntry.)
Top
See Also